Uses of Enum Class
eu.europa.ec.taxud.cesop.domain.MessageTypeEnum
Packages that use MessageTypeEnum
-
Uses of MessageTypeEnum in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return MessageTypeEnumModifier and TypeMethodDescriptionstatic MessageTypeEnumMessageTypeEnum.findByLabel(String label) Find aMessageTypeEnumby its label.static MessageTypeEnumReturns the enum constant of this class with the specified name.static MessageTypeEnum[]MessageTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MessageTypeEnum in eu.europa.ec.taxud.cesop.utils
Methods in eu.europa.ec.taxud.cesop.utils with parameters of type MessageTypeEnumModifier and TypeMethodDescriptionstatic voidValidationErrorUtils.checkMhBr0090(List<ValidationError> validationErrors, String messageRefId, MessageTypeEnum messageType, boolean hasPaymentDataBody) A payment data message (MessageType = 'PMT') must contain the 'PaymentDataBody' element.